home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1993 April: Penguin on DISC
/
ADC Developer CD (1993-04) (''Penguin On DISC'')_iso
/
Dev.CD Apr 93.iso
/
System Software
/
System Extensions
/
AppleScript Beta
/
Developer Scripts
/
FileMaker Pro 2.0 AS Examples
/
Syntax Examples
/
Whose examples
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-25
|
296 b
|
8 lines
|
[
TEXT/ToyS
]
tell application "FileMaker Pro"
Get Data (every Record whose first Cell = 1)
every Record whose Cell "a" = 1 and Cell 2 contains "cat"
Show (every Record whose first Cell = "test")
Duplicate (every Record whose first Cell = "test")
Delete (middle Record whose first Cell = "test")
end tell